ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc Assembly / C1.Web.Mvc.TagHelpers Namespace / InputDateBaseTagHelper<TControl> Class / ItemFormatter Property

In This Topic
    ItemFormatter Property (InputDateBaseTagHelper<TControl>)
    In This Topic
    Configurates C1.Web.Mvc.InputDateBase.ItemFormatter. Sets a formatter function to customize dates in the drop-down calendar.
    Syntax
    'Declaration
     
    Public Property ItemFormatter As String
    public string ItemFormatter {get; set;}
    Remarks
    The formatter function can add any content to any date. It allows complete customization of the appearance and behavior of the calendar.
    See Also